From d65201da8e4d11ce6aba2df26a0efffcc46c784c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Mon, 10 Feb 2003 14:28:54 +0000 Subject: [PATCH] Code moved to the new script make-changelog-diff, called from here. --- admin/make-announcement | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/admin/make-announcement b/admin/make-announcement index 3201a0108e7..9f69889e17b 100755 --- a/admin/make-announcement +++ b/admin/make-announcement @@ -61,19 +61,6 @@ Changes since $OLD EOF -cvs -q diff -b -r $oldtag -r $newtag $(find -name ChangeLog|sort) | - sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \ - -e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' | - sed -n -e "/^======$/ { - N - N - h - d - } - H - s/.*// - x - s/^\n// - p" +make-changelog-diff $oldtag $newtag echo " announcement created in $outfile" >&2 -- 2.30.2